Forgotten file
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 05:55:57 +0000 (00:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 05:55:57 +0000 (00:55 -0500)
This change belongs to the iconview rubberband changes.

gtk/gtkiconviewprivate.h

index 73d50ec08bfb19b906d51f6d2081a03d8d83dd1e..01f010a0b47523e03567d325008a45a94ace853f 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include "gtk/gtkiconview.h"
+#include "gtk/gtkcssnodeprivate.h"
 
 #ifndef __GTK_ICON_VIEW_PRIVATE_H__
 #define __GTK_ICON_VIEW_PRIVATE_H__
@@ -63,6 +64,7 @@ struct _GtkIconViewPrivate
   gint rubberband_x1, rubberband_y1;
   gint rubberband_x2, rubberband_y2;
   GdkDevice *rubberband_device;
+  GtkCssNode *rubberband_node;
 
   guint scroll_timeout_id;
   gint scroll_value_diff;